home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / ASTERI.SFX / standard.doc < prev    next >
Text File  |  1990-02-12  |  748b  |  32 lines

  1. Standard model for routines   26/9/1991
  2.  
  3. -  File input & output is all via
  4.    the routines opstdin, opstdout,
  5.    wrtstr, chrin, chrout, etc.
  6.  
  7. -  ABSOLUTELY NO USE IS TOáBE MADE OF
  8.    ROM ROUTINES!á- If you value your
  9.    ramdrive or PDM
  10.  
  11. -  If command requires nouns, but
  12.    doesn't get them, it prints the
  13.    instructions.
  14.  
  15. -  The "-h" flag prints the
  16.    instructions irrespective of the
  17.    above.
  18.  
  19. -  A lowercase flag enables an option,
  20.    Uppercase disables.
  21.  
  22. -  Memory locations $E000-$FFF8 are
  23.    used as "Program Data Memory" (PDM)
  24.  
  25. -  $0800-$BFFF and $DC00-$DFFF are off
  26.    limits! (Ramdrive and alias tables)
  27.  
  28. -  Program varibles can be stored in
  29.    the PDM, The cassette buffer or in
  30.    unused "Program Execiute Memory"
  31.    (PEM=$C000-CFFF)
  32.